type github.com/valyala/fastjson.cache

9 uses

	github.com/valyala/fastjson (current package)
		arena.go#L20: 	c cache
		parser.go#L22: 	c cache
		parser.go#L55: type cache struct {
		parser.go#L59: func (c *cache) reset() {
		parser.go#L63: func (c *cache) getValue() *Value {
		parser.go#L101: func parseValue(s string, c *cache, depth int) (*Value, string, error) {
		parser.go#L170: func parseArray(s string, c *cache, depth int) (*Value, string, error) {
		parser.go#L213: func parseObject(s string, c *cache, depth int) (*Value, string, error) {
		scanner.go#L30: 	c cache